OnlinePresentationResultError

@Serializable
data class OnlinePresentationResultError(val type: OnlinePresentationErrorType, val message: String)

Represents an error that occurred during an online presentation session.

Constructors

Link copied to clipboard
constructor(type: OnlinePresentationErrorType, message: String)

Properties

Link copied to clipboard
val message: String

A descriptive message providing details about the error.

Link copied to clipboard

The type of error that occurred, represented as an OnlinePresentationErrorType.